Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: LCConnection problem - it worked on 6.5
Feedback Type: Problem
Product Area: Domino Server
Technical Area: Error Message
Platform: Windows 2003 server
Release: 8.0.1
Reproducible: Always

Hi,

I have a problem with our recently installed Domino 8 server. I have the next code :

Dim conexiune As New LCConnection("trace")

Call SeteazaParametri(conexiune)
.......

Where SeteazaParametri is:

Sub SeteazaParametri(c As LCConnection)
c.ConnectorName="oracle8"
c.server = "server/serv"
c.UserID= "IDUser"
c.Password= "Pass"
End Sub

This code worked on 6.5 , but since the upgrade to domino 8 server ( with server oracle 10.2.3. and oracle client 10g) i have some errors:

1.Error: Cannot find Connector, Connector 'trace' at line
Sub SeteazaParametri(c As LCConnection)

2. If I set
Dim conexiune As New LCConnection("oracle8")
I received Error: Cannot find Connector 'oracle8' at line : Dim conexiune As New LCConnection("oracle8")

3. If i have :
Dim conexiune As New LCConnection("trace")

Call SeteazaParametri(conexiune)
.......

Where SeteazaParametri is:

Sub SeteazaParametri(c As LCConnection)
c.ConnectorName="trace"
c.server = "server/serv"
c.UserID= "IDUser"
c.Password= "Pass"
End Sub

I received error :
Instance member SERVER does not exist

Very strange is that exactly this code worked on 6.5.

The new Domino Server (8) was installed on a new server, so it wasn't really an upgrade.

I think I have to install someting else on server but I don't know exactly what.

Do u know what can be the problem?
Thanks.


Feedback number WEBB7JSHE2 created by ~Holly Eljumisonobu on 09/24/2008


LCConnection problem - it worked on... (~Holly Eljumiso... 24.Sep.08)
. . 64 Bit (~Holly Eljumiso... 25.Sep.08)
. . cannot find connector (~Samuel Lopjumi... 29.Sep.08)
. . . . installed client versie 9 and it wo... (~Samuel Lopjumi... 4.Oct.08)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS